github.com/go-pg/pg/v10/orm.sliceTableModel.IsNil (method, view implemented interface methods)
4 uses
github.com/go-pg/pg/v10/orm (current package)
model_table_slice.go#L45: func (m *sliceTableModel) IsNil() bool {
model_table_slice.go#L119: if m.table.hasFlag(beforeUpdateHookFlag) && !m.IsNil() {
model_table_slice.go#L133: if m.table.hasFlag(beforeDeleteHookFlag) && !m.IsNil() {
model_table_slice.go#L140: if m.table.hasFlag(afterDeleteHookFlag) && !m.IsNil() {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)